You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TMtx Class
>
TMtx Methods
>
CopyVec Method
>
TMtx.CopyVec Method ([In] TVec, int)
Dew Math for .NET
Example
TMtx.CopyVec Method ([In] TVec, int)
var A:
TMtx
; v:
TVec
; begin CreateIt(A); Create(v);
try
v.SetIt(
true
,[1, 0, 2, -1, 5, 1.2]) ; A.CopyVec(v);
finally
FreeIt(A); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home